Skip to content

Tags: open-meteo/python-requests

Tags

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add async/await support (#83)

That PR add support for asyncio non-blocking I/O when fetching the remote data.

This is done by swapping requests by a drop in replacement, namely niquests.

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
patrick-zippenfenig Patrick Zippenfenig
fix: CI release again

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: bump @semantic-release/github (#76)

Bumps the semantic group with 1 update in the / directory: [@semantic-release/github](https://github.com/semantic-release/github).


Updates `@semantic-release/github` from 10.1.0 to 10.1.3
- [Release notes](https://github.com/semantic-release/github/releases)
- [Commits](semantic-release/github@v10.1.0...v10.1.3)

---
updated-dependencies:
- dependency-name: "@semantic-release/github"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: semantic
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: bump amannn/action-semantic-pull-request from 5.5.2 to 5.5.3 (#69)

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.5.2 to 5.5.3.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](amannn/action-semantic-pull-request@v5.5.2...v5.5.3)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: bump node version to 20 for release automation (#41)

v1.1.0

Toggle v1.1.0's commit message
chore(release): 1.1.0 [skip ci]

## [1.1.0](v1.0.1...v1.1.0) (2023-10-30)

### Features

* update to sdk 1.4.0 naming ([b87ea4c](b87ea4c))

v1.0.1

Toggle v1.0.1's commit message
update readme + tests

v1.0.0

Toggle v1.0.0's commit message
chore(release): 1.0.0 [skip ci]

## 1.0.0 (2023-10-17)

### Bug Fixes

* bump @types/node from 20.8.4 to 20.8.6 ([#3](#3)) ([71925db](71925db))
* bump marked from 9.1.1 to 9.1.2 ([#1](#1)) ([34b26b6](34b26b6))
* bump pre-commit from 3.4.0 to 3.5.0 ([#2](#2)) ([b890f7a](b890f7a))