Skip to content
Closed
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
44 changes: 22 additions & 22 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
# This file was autogenerated by uv via the following command:
# uv export --no-hashes --no-dev --format requirements-txt -o requirements.txt
alembic==1.18.5
alembic==1.19.1
# via skill-issue-backend
annotated-doc==0.0.4
annotated-doc==0.0.5
# via fastapi
annotated-types==0.8.0
# via pydantic
anyio==4.14.2
anyio==4.15.0
# via
# httpx
# openai
# starlette
# watchfiles
asyncpg==0.31.0
# via skill-issue-backend
authlib==1.7.2
authlib==1.8.0
# via skill-issue-backend
certifi==2026.7.22
# via
# httpcore
# httpx
# sentry-sdk
cffi==2.1.0 ; platform_python_implementation != 'PyPy'
cffi==2.1.1 ; platform_python_implementation != 'PyPy'
# via cryptography
click==8.4.2
click==8.5.0
# via uvicorn
colorama==0.4.6 ; sys_platform == 'win32'
# via
# click
# tqdm
cryptography==50.0.0
cryptography==50.0.1
# via
# authlib
# joserfc
# skill-issue-backend
distro==1.9.0
# via openai
fastapi==0.140.7
fastapi==0.141.1
# via
# sentry-sdk
# skill-issue-backend
greenlet==3.5.4
greenlet==3.5.5
# via sqlalchemy
h11==0.16.0
# via
Expand All @@ -61,49 +61,49 @@ httpx==0.28.1
# upstash-redis
hyperframe==6.1.0
# via h2
idna==3.18
idna==3.19
# via
# anyio
# httpx
jiter==0.16.0
# via openai
joserfc==1.7.4
joserfc==1.7.5
# via
# authlib
# skill-issue-backend
mako==1.3.12
mako==1.4.1
# via alembic
markupsafe==3.0.3
# via mako
openai==2.49.0
# via skill-issue-backend
pycparser==3.0 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
# via cffi
pydantic==2.13.4
pydantic==2.13.5
# via
# fastapi
# openai
# pydantic-settings
# skill-issue-backend
pydantic-core==2.46.4
pydantic-core==2.48.0
# via pydantic
pydantic-settings==2.14.2
pydantic-settings==2.15.0
# via skill-issue-backend
python-dotenv==1.2.2
python-dotenv==1.2.3
# via
# pydantic-settings
# uvicorn
pyyaml==6.0.3
# via uvicorn
sentry-sdk==2.66.1
sentry-sdk==2.68.1
# via skill-issue-backend
sniffio==1.3.1
# via openai
sqlalchemy==2.0.51
sqlalchemy==2.0.52
# via
# alembic
# skill-issue-backend
starlette==1.3.1
starlette==1.6.0
# via
# fastapi
# skill-issue-backend
Expand All @@ -122,16 +122,16 @@ typing-extensions==4.16.0
# sqlalchemy
# starlette
# typing-inspection
typing-inspection==0.4.2
typing-inspection==0.4.4
# via
# fastapi
# pydantic
# pydantic-settings
upstash-redis==1.7.0
upstash-redis==1.8.0
# via skill-issue-backend
urllib3==2.7.0
# via sentry-sdk
uvicorn==0.51.0
uvicorn==0.52.4
# via skill-issue-backend
uvloop==0.22.1 ; platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'
# via uvicorn
Expand Down
Loading
Loading