Skip to content

Commit

Permalink
upgrade mysql-connector-python
Browse files Browse the repository at this point in the history
  • Loading branch information
krau committed Oct 25, 2024
1 parent 96f1082 commit f58a95a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 41 deletions.
9 changes: 3 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kmua-bot"
version = "2.8.0"
version = "2.8.1"
description = "A Telegram Bot"
readme = "README.md"
license = "AGPL-3.0"
Expand All @@ -24,12 +24,9 @@ dependencies = [
"orjson>=3.10.7",
"pilmoji>=2.0.4",
"emoji==2.11",
"mysql-connector-python>=9.0.0",
"mysql-connector-python>=9.1.0",
"openai>=1.47.1",
]

[tool.uv]
dev-dependencies = [
"nuitka>=2.4.8",
"ruff>=0.6.5",
]
dev-dependencies = ["nuitka>=2.4.8", "ruff>=0.6.5"]
29 changes: 5 additions & 24 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,13 @@ camel-converter==3.1.2
certifi==2024.8.30
cffi==1.17.1 ; platform_python_implementation != 'PyPy' or python_full_version >= '3.13'
charset-normalizer==3.3.2
colorama==0.4.6 ; sys_platform == 'win32'
colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows'
cryptography==43.0.1
docstring-parser==0.16
distro==1.9.0
dynaconf==3.2.6
emoji==2.11.0
google-api-core==2.19.2
google-auth==2.34.0
google-cloud-aiplatform==1.66.0
google-cloud-bigquery==3.25.0
google-cloud-core==2.4.1
google-cloud-resource-manager==1.12.5
google-cloud-storage==2.18.2
google-crc32c==1.6.0
google-resumable-media==2.7.2
googleapis-common-protos==1.65.0
graphviz==0.20.3
greenlet==3.1.0 ; (python_full_version < '3.13' and platform_machine == 'AMD64') or (python_full_version < '3.13' and platform_machine == 'WIN32') or (python_full_version < '3.13' and platform_machine == 'aarch64') or (python_full_version < '3.13' and platform_machine == 'amd64') or (python_full_version < '3.13' and platform_machine == 'ppc64le') or (python_full_version < '3.13' and platform_machine == 'win32') or (python_full_version < '3.13' and platform_machine == 'x86_64')
grpc-google-iam-v1==0.13.1
grpcio==1.66.1
grpcio-status==1.66.1
h11==0.14.0
h2==4.1.0
hpack==4.0.0
Expand All @@ -38,36 +25,30 @@ httpx==0.27.2
httpx-sse==0.4.0
hyperframe==6.0.1
idna==3.9
jiter==0.5.0
loguru==0.7.2
mako==1.3.5
markupsafe==2.1.5
meilisearch==0.31.5
mysql-connector-python==9.1.0
numpy==2.1.1
openai==1.47.1
orjson==3.10.7
packaging==24.1
pillow==10.4.0
pilmoji==2.0.4
proto-plus==1.24.0
protobuf==5.28.1
psutil==6.0.0
pyasn1==0.6.1
pyasn1-modules==0.4.1
pycparser==2.22 ; platform_python_implementation != 'PyPy' or python_full_version >= '3.13'
pydantic==2.9.1
pydantic-core==2.23.3
python-dateutil==2.9.0.post0
python-telegram-bot==21.5
pytz==2024.2
redis==5.0.8
requests==2.32.3
rsa==4.9
shapely==2.0.6
six==1.16.0
sniffio==1.3.1
socksio==1.0.0
sqlalchemy==2.0.34
tornado==6.4.1
tqdm==4.66.5
typing-extensions==4.12.2
tzdata==2024.1 ; platform_system == 'Windows'
tzlocal==5.2
Expand Down
25 changes: 14 additions & 11 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f58a95a

Please sign in to comment.