Skip to content

Commit

Permalink
Raise minimum requests version (#1926)
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonvt authored Sep 13, 2024
1 parent 94bfd5b commit 9ca5ebf
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 28 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,13 @@ Changes are grouped as follows
### Fixed
- LocationFiltersACl.Scope.SpaceID changed to ID



## [7.60.0] - 2024-09-12
### Changed
- Some changes to the typed instances functionality in the data modeling client
- The `TypedNode`, `TypedEdge`, etc. classes are moved from `data_classes.data_modeling.typed_instances` to `data_classes.data_modeling.instances`
- The `properties` attribute on `TypedNode`/`TypedEdge` now return data
- The `sources` attribute on `TypedNodeApply`/`TypedEdgeApply` now returns data


## [7.59.3] - 2024-09-12
### Fixed
- JSONDecodeError can no longer be raised in environments where simplejson is used instead of built-in json.
Expand Down
52 changes: 28 additions & 24 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ packages = [{ include="cognite", from="." }]
[tool.poetry.dependencies]
python = "^3.8"

requests = "^2"
requests = "^2.27"
requests_oauthlib = "^1"
msal = "^1"
protobuf = ">=4"
Expand Down

0 comments on commit 9ca5ebf

Please sign in to comment.