Update libraries to newest version

This commit is contained in:
csd4ni3l
2026-05-16 22:44:53 +02:00
parent 3cc740c868
commit b66afef6fc
3 changed files with 606 additions and 380 deletions
+4 -4
View File
@@ -6,9 +6,9 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"bcrypt>=5.0.0",
"flask>=3.1.2",
"flask>=3.1.3",
"flask-login>=0.6.3",
"google-genai>=1.40.0",
"python-dotenv>=1.1.1",
"requests>=2.32.5",
"google-genai>=2.3.0",
"python-dotenv>=1.2.2",
"requests>=2.34.2",
]
+18 -13
View File
@@ -10,26 +10,30 @@ bcrypt==5.0.0
# via debt-by-ai (pyproject.toml)
blinker==1.9.0
# via flask
cachetools==6.2.0
# via google-auth
certifi==2025.8.3
# via
# httpcore
# httpx
# requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.3
# via requests
click==8.3.0
# via flask
flask==3.1.2
cryptography==48.0.0
# via google-auth
distro==1.9.0
# via google-genai
flask==3.1.3
# via
# debt-by-ai (pyproject.toml)
# flask-login
flask-login==0.6.3
# via debt-by-ai (pyproject.toml)
google-auth==2.41.1
google-auth==2.53.0
# via google-genai
google-genai==1.41.0
google-genai==2.3.0
# via debt-by-ai (pyproject.toml)
h11==0.16.0
# via httpcore
@@ -52,25 +56,26 @@ markupsafe==3.0.3
# jinja2
# werkzeug
pyasn1==0.6.1
# via
# pyasn1-modules
# rsa
# via pyasn1-modules
pyasn1-modules==0.4.2
# via google-auth
pycparser==3.0
# via cffi
pydantic==2.11.9
# via google-genai
pydantic-core==2.33.2
# via pydantic
python-dotenv==1.1.1
python-dotenv==1.2.2
# via debt-by-ai (pyproject.toml)
requests==2.32.5
requests==2.34.2
# via
# debt-by-ai (pyproject.toml)
# google-auth
# google-genai
rsa==4.9.1
# via google-auth
sniffio==1.3.1
# via anyio
# via
# anyio
# google-genai
tenacity==9.1.2
# via google-genai
typing-extensions==4.15.0
Generated
+584 -363
View File
File diff suppressed because it is too large Load Diff