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 .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
version: "latest"
enable-cache: true
cache-dependency-glob: uv.lock
python-version: "3.10"
python-version: "3.11"
activate-environment: true

- name: Install dependencies
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[project]
name = "rslv"
version = "0.11.3"
version = "0.11.4"
description = "Provides an identifier resolver service in FastAPI."
authors = [{ name = "datadavev", email = "605409+datadavev@users.noreply.github.com" }]
requires-python = ">=3.9,<3.13"
requires-python = ">=3.11,<3.13"
readme = "README.md"
license = { text = "MIT" }
dependencies = [
"fastapi (>=0.116.0)",
"fastapi>=0.137.2",
"pydantic-settings (>=2.7.1,<3.0.0)",
"sqlalchemy (>=2.0.36,<3.0.0)",
"jinja2 (>=3.1.5,<4.0.0)",
Comment on lines 9 to 13
Expand Down
33 changes: 14 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,61 +1,55 @@
# 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
annotated-doc==0.0.4
# via fastapi
annotated-types==0.7.0
# via pydantic
anyio==4.11.0
anyio==4.14.0
# via
# httpx
# starlette
certifi==2025.10.5
certifi==2026.6.17
# via
# httpcore
# httpx
click==8.1.8 ; python_full_version < '3.10'
click==8.3.0 ; python_full_version >= '3.10'
click==8.4.1
colorama==0.4.6 ; sys_platform == 'win32'
# via click
exceptiongroup==1.3.0 ; python_full_version < '3.11'
# via anyio
fastapi==0.121.0
fastapi==0.138.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'
greenlet==3.5.2 ; 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
h11==0.16.0
# via httpcore
httpcore==1.0.9
# via httpx
httpx==0.28.1
idna==3.15
idna==3.18
# via
# anyio
# httpx
jinja2==3.1.6
# via rslv
markupsafe==3.0.3
# via jinja2
pydantic==2.12.4
pydantic==2.13.4
# via
# fastapi
# pydantic-settings
pydantic-core==2.41.5
pydantic-core==2.46.4
# via pydantic
pydantic-settings==2.11.0
pydantic-settings==2.14.2
# via rslv
python-dotenv==1.2.1
python-dotenv==1.2.2
# via pydantic-settings
sniffio==1.3.1
# via anyio
sqlalchemy==2.0.44
sqlalchemy==2.0.51
# via rslv
starlette==0.49.3
starlette==1.3.1
# via fastapi
typing-extensions==4.15.0
# via
# anyio
# exceptiongroup
# fastapi
# pydantic
# pydantic-core
Expand All @@ -64,5 +58,6 @@ typing-extensions==4.15.0
# typing-inspection
typing-inspection==0.4.2
# via
# fastapi
# pydantic
# pydantic-settings
Loading
Loading