Skip to content

Commit

Permalink
fix: add pydantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
TudorAndrei-Pythia committed Nov 9, 2023
1 parent 4c398ec commit 4c77d20
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 72 deletions.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ authors = [{ name = "Pythia Dev Team", email = "[email protected]" }]
description = "SurrealDB Query Interface"
readme = "README.md"
requires-python = ">=3.8"
dependencies = ["python-dotenv", "surrealdb"]
dependencies = [
"python-dotenv",
"surrealdb",
"pydantic>=2.4.2",
]
license = { file = "LICENSE" }

[project.urls]
Expand Down
30 changes: 30 additions & 0 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# generated by rye
# use `rye lock` or `rye sync` to update this lockfile
#
# last locked with the following flags:
# pre: false
# features: []
# all-features: false

-e file:.
aiohttp==3.8.6
aiosignal==1.3.1
annotated-types==0.6.0
anyio==4.0.0
async-timeout==4.0.3
attrs==23.1.0
certifi==2023.7.22
charset-normalizer==3.3.2
frozenlist==1.4.0
h11==0.14.0
httpcore==1.0.1
httpx==0.25.1
idna==3.4
multidict==6.0.4
pydantic==2.4.2
pydantic-core==2.10.1
python-dotenv==1.0.0
sniffio==1.3.0
surrealdb==0.2.0
typing-extensions==4.8.0
yarl==1.9.2
30 changes: 30 additions & 0 deletions requirements.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# generated by rye
# use `rye lock` or `rye sync` to update this lockfile
#
# last locked with the following flags:
# pre: false
# features: []
# all-features: false

-e file:.
aiohttp==3.8.6
aiosignal==1.3.1
annotated-types==0.6.0
anyio==4.0.0
async-timeout==4.0.3
attrs==23.1.0
certifi==2023.7.22
charset-normalizer==3.3.2
frozenlist==1.4.0
h11==0.14.0
httpcore==1.0.1
httpx==0.25.1
idna==3.4
multidict==6.0.4
pydantic==2.4.2
pydantic-core==2.10.1
python-dotenv==1.0.0
sniffio==1.3.0
surrealdb==0.2.0
typing-extensions==4.8.0
yarl==1.9.2
18 changes: 0 additions & 18 deletions requirements.txt

This file was deleted.

53 changes: 0 additions & 53 deletions requirements_dev.txt

This file was deleted.

0 comments on commit 4c77d20

Please sign in to comment.