Skip to content

Commit ab63d7f

Browse files
authored
Merge pull request #109 from code42/chore/pin-pydantic
pin pydantic to major version 1
2 parents fa36481 + 1924849 commit ab63d7f

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
how a consumer would use the library or CLI tool (e.g. adding unit tests, updating documentation, etc) are not captured
1010
here.
1111

12+
## 1.1.1 - 2023-10-03
13+
14+
### Fixed
15+
16+
- Pinned Pydantic version to major version `1.*` following the release of Pydantic 2.0.
17+
1218
## 1.1.0 - 2023-05-01
1319

1420
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"requests",
2828
"requests-toolbelt",
2929
"rich",
30-
"pydantic[dotenv]",
30+
"pydantic[dotenv]==1.*",
3131
"isodate",
3232
"python-dateutil",
3333
]

src/_incydr_sdk/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2022-present Code42 Software <integrations@code42.com>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = "1.1.0"
4+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)