Skip to content

Commit 831ea5a

Browse files
committed
📌 Updated dependencies to specific versions.
1 parent 24b03b2 commit 831ea5a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

examples/advanced/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
exceptiongroup==1.1.3,<2.0.0
2-
sniffio==1.3.0,<2.0.0
3-
certifi==2023.7.22
4-
fastapi[all]==0.101.1,<1.0.0
1+
exceptiongroup>=1.1.3,<2.0.0
2+
sniffio>=1.3.0,<2.0.0
3+
certifi>=2023.7.22
4+
fastapi[all]>=0.101.1,<1.0.0

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
PyYAML==6.0.1,<7.0
2-
pydantic==2.2.0,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0
3-
loguru==0.7.0,<1.0.0
1+
PyYAML>=6.0.1,<7.0
2+
pydantic>=2.1.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0
3+
loguru>=0.7.1,<1.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
install_requires=[
3939
"PyYAML>=6.0,<7.0",
4040
"pydantic>=2.1.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0",
41-
"loguru>=0.7.0,<1.0.0",
41+
"loguru>=0.7.1,<1.0.0",
4242
],
4343
classifiers=[
4444
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)