Skip to content

Commit

Permalink
[CLN]: Removing pydantic < 2.0 upper bound in python client (#1421)
Browse files Browse the repository at this point in the history
Closes #1419 

## Description of changes

*Summarize the changes made by this PR.*
 - Improvements & Bug fixes
	 - Update pyproject.toml to allow python client to use pydantic 2.x

## Test plan
*How are these changes tested?*

- [x] Tests pass locally with `pytest` for python

## Documentation Changes
N/A

Co-authored-by: Hammad Bashir <[email protected]>
  • Loading branch information
tazarov and HammadB authored Nov 24, 2023
1 parent 4d0e966 commit a0579c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
]
dependencies = [
'requests >= 2.28',
'pydantic>=1.9,<2.0',
'pydantic>=1.9',
'numpy >= 1.22.5',
'posthog >= 2.4.0',
'typing_extensions >= 4.5.0',
Expand Down

0 comments on commit a0579c4

Please sign in to comment.