Skip to content

Commit

Permalink
chore: atemp to bump pydantic v2
Browse files Browse the repository at this point in the history
- by testing the peakina version with that dependency
  • Loading branch information
Sanix-Darker committed Jul 12, 2023
1 parent a7f4cc4 commit 7727eab
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 46 deletions.
92 changes: 48 additions & 44 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Authlib = "^1.0.1"
cached-property = "^1.5.2"
Jinja2 = "^3.0.3"
jq = "^1.2.2"
pydantic = "^1.9.1"
pydantic = ">=1.9,<3.0"
requests = "^2.28.0"
tenacity = "^8.0.1"
toucan-data-sdk = "^7.6.0"
Expand Down Expand Up @@ -61,7 +61,7 @@ zeep = {version = "^4.1.0", optional = true}
snowflake-connector-python = {version = ">=2.7.12,<4.0.0", optional = true}
pyarrow = {version = "<12", optional = true}
toucan-client = {version = "^1.0.1", optional = true}
peakina = {version = "^0.11.0", optional = true}
peakina = { git = "https://github.com/toucantoco/peakina.git", branch = "dependabot/pip/pydantic-2.0.2" }
hubspot-api-client = {version = ">=7.4,<9.0", optional = true}
aiohttp = "^3.8.4"

Expand Down

0 comments on commit 7727eab

Please sign in to comment.