We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65fdf11 commit dc9b375Copy full SHA for dc9b375
src/backend/pyproject.toml
@@ -25,7 +25,7 @@ license = { file = "LICENSE" }
25
readme = "README.md"
26
requires-python = ">=3.12"
27
dependencies = [
28
- "boto3==1.35.79",
+ "boto3==1.35.81",
29
"Brotli==1.1.0",
30
"celery[redis]==5.4.0",
31
"django-configurations==2.5.1",
@@ -47,7 +47,7 @@ dependencies = [
47
"jsonschema==4.23.0",
48
"markdown==3.7",
49
"nested-multipart-parser==1.5.0",
50
- "openai==1.57.2",
+ "openai==1.57.4",
51
"psycopg[binary]==3.2.3",
52
"PyJWT==2.10.1",
53
"pypandoc==1.14",
@@ -74,7 +74,7 @@ dev = [
74
"freezegun==1.5.1",
75
"ipdb==0.13.13",
76
"ipython==8.30.0",
77
- "pyfakefs==5.7.2",
+ "pyfakefs==5.7.3",
78
"pylint-django==2.6.1",
79
"pylint==3.3.2",
80
"pytest-cov==6.0.0",
0 commit comments