Iman Shafiei
Iman Shafiei
Context: Let's say I have an STAC item with the fllowing `assets` object: ```json { "id": "ID", ... "assets": { "FIRST_COG_FILE": { "href": "s3://something" }, "SECOND_COG_FILE": { "href": "s3://something" }...
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description [UPDATED] I'm encountering issues with Pydantic v2 where validation does not seem to work correctly when...
**Description:** Adding `python3.12` support **Link to tracking Issue:** #1080 **Testing:** I did some testing here: https://github.com/open-telemetry/opentelemetry-lambda/pull/1754#event-17130941251 **Documentation:** TBD By submitting this pull request, I confirm that my contribution is made...
Hello Team, While using `planetary_computer`, I saw the following deprecation warning during import: ```bash /usr/local/lib/python3.11/site-packages/pydantic/_internal/_config.py:291: PydanticDeprecatedSince20: Support for class-based `config` is deprecated, use ConfigDict instead. Deprecated in Pydantic V2.0 to...