add pydantic 2.0

This commit is contained in:
James Turk 2023-07-11 13:05:36 -05:00
parent 84c2f1a641
commit 2b5e4f1d91
2 changed files with 229 additions and 971 deletions

1197
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -11,10 +11,11 @@ bkr = 'beakers.cli:app'
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.11" python = "^3.11"
scrapeghost = {path = "../scrapeghost", develop = true} #scrapeghost = {path = "../scrapeghost", develop = true}
scrapelib = "^2.1.0" scrapelib = "^2.1.0"
httpx = "^0.24.0" httpx = "^0.24.0"
networkx = "^3.1" networkx = "^3.1"
pydantic = "^2.0.2"
[build-system] [build-system]