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" requires-python = ">=3.11"
dependencies = [ dependencies = [
"bcrypt>=5.0.0", "bcrypt>=5.0.0",
"flask>=3.1.2", "flask>=3.1.3",
"flask-login>=0.6.3", "flask-login>=0.6.3",
"google-genai>=1.40.0", "google-genai>=2.3.0",
"python-dotenv>=1.1.1", "python-dotenv>=1.2.2",
"requests>=2.32.5", "requests>=2.34.2",
] ]
+18 -13
View File
@@ -10,26 +10,30 @@ bcrypt==5.0.0
# via debt-by-ai (pyproject.toml) # via debt-by-ai (pyproject.toml)
blinker==1.9.0 blinker==1.9.0
# via flask # via flask
cachetools==6.2.0
# via google-auth
certifi==2025.8.3 certifi==2025.8.3
# via # via
# httpcore # httpcore
# httpx # httpx
# requests # requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.3 charset-normalizer==3.4.3
# via requests # via requests
click==8.3.0 click==8.3.0
# via flask # 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 # via
# debt-by-ai (pyproject.toml) # debt-by-ai (pyproject.toml)
# flask-login # flask-login
flask-login==0.6.3 flask-login==0.6.3
# via debt-by-ai (pyproject.toml) # via debt-by-ai (pyproject.toml)
google-auth==2.41.1 google-auth==2.53.0
# via google-genai # via google-genai
google-genai==1.41.0 google-genai==2.3.0
# via debt-by-ai (pyproject.toml) # via debt-by-ai (pyproject.toml)
h11==0.16.0 h11==0.16.0
# via httpcore # via httpcore
@@ -52,25 +56,26 @@ markupsafe==3.0.3
# jinja2 # jinja2
# werkzeug # werkzeug
pyasn1==0.6.1 pyasn1==0.6.1
# via # via pyasn1-modules
# pyasn1-modules
# rsa
pyasn1-modules==0.4.2 pyasn1-modules==0.4.2
# via google-auth # via google-auth
pycparser==3.0
# via cffi
pydantic==2.11.9 pydantic==2.11.9
# via google-genai # via google-genai
pydantic-core==2.33.2 pydantic-core==2.33.2
# via pydantic # via pydantic
python-dotenv==1.1.1 python-dotenv==1.2.2
# via debt-by-ai (pyproject.toml) # via debt-by-ai (pyproject.toml)
requests==2.32.5 requests==2.34.2
# via # via
# debt-by-ai (pyproject.toml) # debt-by-ai (pyproject.toml)
# google-auth
# google-genai # google-genai
rsa==4.9.1
# via google-auth
sniffio==1.3.1 sniffio==1.3.1
# via anyio # via
# anyio
# google-genai
tenacity==9.1.2 tenacity==9.1.2
# via google-genai # via google-genai
typing-extensions==4.15.0 typing-extensions==4.15.0
Generated
+584 -363
View File
File diff suppressed because it is too large Load Diff