Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "rslv"
version = "0.11.1"
version = "0.11.2"
description = "Provides an identifier resolver service in FastAPI."
authors = [{ name = "datadavev", email = "605409+datadavev@users.noreply.github.com" }]
requires-python = ">=3.9,<3.13"
Expand Down
12 changes: 7 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# This file was autogenerated by uv via the following command:
# uv export --no-hashes --no-dev --no-group docs --output-file=requirements.txt
-e .
annotated-doc==0.0.3
# via fastapi
annotated-types==0.7.0
# via pydantic
anyio==4.11.0
Expand All @@ -17,7 +19,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
# via click
exceptiongroup==1.3.0 ; python_full_version < '3.11'
# via anyio
fastapi==0.119.0
fastapi==0.121.0
# via rslv
greenlet==3.2.4 ; platform_machine == 'AMD64' or platform_machine == 'WIN32' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'ppc64le' or platform_machine == 'win32' or platform_machine == 'x86_64'
# via sqlalchemy
Expand All @@ -34,21 +36,21 @@ jinja2==3.1.6
# via rslv
markupsafe==3.0.3
# via jinja2
pydantic==2.12.2
pydantic==2.12.4
# via
# fastapi
# pydantic-settings
pydantic-core==2.41.4
pydantic-core==2.41.5
# via pydantic
pydantic-settings==2.11.0
# via rslv
python-dotenv==1.1.1
python-dotenv==1.2.1
# via pydantic-settings
sniffio==1.3.1
# via anyio
sqlalchemy==2.0.44
# via rslv
starlette==0.48.0
starlette==0.49.3
# via fastapi
typing-extensions==4.15.0
# via
Expand Down
Loading