Skip to content

Commit

Permalink
prepare for 4.1.0 release, remove unused package
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkahan committed Nov 28, 2024
1 parent fd8b268 commit ec6dbf7
Show file tree
Hide file tree
Showing 60 changed files with 88 additions and 350 deletions.
3 changes: 3 additions & 0 deletions account/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.1.1
- Update dependency versions

# 1.1.0
- Add support for the [Vonage Pricing API](https://developer.vonage.com/en/api/pricing)
- Update dependency versions
Expand Down
2 changes: 1 addition & 1 deletion account/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
authors = [{ name = "Vonage", email = "[email protected]" }]
requires-python = ">=3.9"
dependencies = [
"vonage-http-client>=1.4.3",
"vonage-http-client>=1.5.0",
"vonage-utils>=1.1.4",
"pydantic>=2.9.2",
]
Expand Down
2 changes: 1 addition & 1 deletion account/src/vonage_account/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.0'
__version__ = '1.1.1'
3 changes: 3 additions & 0 deletions application/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.0.1
- Updated dependency versions

# 2.0.0
- Rename `params` -> `config` in method arguments
- Update dependency versions
Expand Down
2 changes: 1 addition & 1 deletion application/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
authors = [{ name = "Vonage", email = "[email protected]" }]
requires-python = ">=3.9"
dependencies = [
"vonage-http-client>=1.4.3",
"vonage-http-client>=1.5.0",
"vonage-utils>=1.1.4",
"pydantic>=2.9.2",
]
Expand Down
2 changes: 1 addition & 1 deletion application/src/vonage_application/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.0'
__version__ = '2.0.1'
7 changes: 7 additions & 0 deletions http_client/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
- Updated dependency versions
# 1.5.0
- Add new `HttpClient.download_file_stream` method
- Add new `FileStreamingError` exception type
- Add backoff exponential timeout increase for HTTP request retries
- Add retries for `RemoteDisconnected` exceptions

# 1.4.3
- Update JWT dependency version

Expand Down
2 changes: 1 addition & 1 deletion http_client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [{ name = "Vonage", email = "[email protected]" }]
requires-python = ">=3.9"
dependencies = [
"vonage-utils>=1.1.4",
"vonage-jwt>=1.1.4",
"vonage-jwt>=1.1.5",
"requests>=2.27.0",
"typing-extensions>=4.9.0",
"pydantic>=2.9.2",
Expand Down
1 change: 1 addition & 0 deletions http_client/src/vonage_http_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from .auth import Auth
from .errors import (
AuthenticationError,
FileStreamingError,
ForbiddenError,
HttpRequestError,
InvalidAuthError,
Expand Down
2 changes: 1 addition & 1 deletion http_client/src/vonage_http_client/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.4.3'
__version__ = '1.5.0'
1 change: 1 addition & 0 deletions messages/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 1.3.0
- Add support for API key/secret header authentication
- Updated dependency versions

# 1.2.3
- Update dependency versions
Expand Down
2 changes: 1 addition & 1 deletion messages/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
authors = [{ name = "Vonage", email = "[email protected]" }]
requires-python = ">=3.9"
dependencies = [
"vonage-http-client>=1.4.3",
"vonage-http-client>=1.5.0",
"vonage-utils>=1.1.4",
"pydantic>=2.9.2",
]
Expand Down
3 changes: 3 additions & 0 deletions network_auth/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.0.2
- Updated dependency versions

# 1.0.1
- Update dependency versions

Expand Down
2 changes: 1 addition & 1 deletion network_auth/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
authors = [{ name = "Vonage", email = "[email protected]" }]
requires-python = ">=3.9"
dependencies = [
"vonage-http-client>=1.4.3",
"vonage-http-client>=1.5.0",
"vonage-utils>=1.1.4",
"pydantic>=2.9.2",
]
Expand Down
2 changes: 1 addition & 1 deletion network_auth/src/vonage_network_auth/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.1'
__version__ = '1.0.2'
3 changes: 3 additions & 0 deletions network_number_verification/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.0.2
- Updated dependency versions

# 1.0.1
- Update dependency versions

Expand Down
4 changes: 2 additions & 2 deletions network_number_verification/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ readme = "README.md"
authors = [{ name = "Vonage", email = "[email protected]" }]
requires-python = ">=3.9"
dependencies = [
"vonage-http-client>=1.4.3",
"vonage-network-auth>=1.0.0",
"vonage-http-client>=1.5.0",
"vonage-network-auth>=1.0.2",
"vonage-utils>=1.1.4",
"pydantic>=2.9.2",
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.1'
__version__ = '1.0.2'
3 changes: 3 additions & 0 deletions network_sim_swap/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.1.2
- Updated dependency versions

# 1.1.1
- Update dependency versions

Expand Down
4 changes: 2 additions & 2 deletions network_sim_swap/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ readme = "README.md"
authors = [{ name = "Vonage", email = "[email protected]" }]
requires-python = ">=3.9"
dependencies = [
"vonage-http-client>=1.4.3",
"vonage-network-auth>=1.0.0",
"vonage-http-client>=1.5.0",
"vonage-network-auth>=1.0.2",
"vonage-utils>=1.1.4",
"pydantic>=2.9.2",
]
Expand Down
2 changes: 1 addition & 1 deletion network_sim_swap/src/vonage_network_sim_swap/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.1'
__version__ = '1.1.2'
3 changes: 3 additions & 0 deletions number_insight/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.0.6
- Updated dependency versions

# 1.0.5
- Fix missed method renaming
- Docstring update
Expand Down
2 changes: 1 addition & 1 deletion number_insight/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
authors = [{ name = "Vonage", email = "[email protected]" }]
requires-python = ">=3.9"
dependencies = [
"vonage-http-client>=1.4.3",
"vonage-http-client>=1.5.0",
"vonage-utils>=1.1.4",
"pydantic>=2.9.2",
]
Expand Down
2 changes: 1 addition & 1 deletion number_insight/src/vonage_number_insight/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.5'
__version__ = '1.0.6'
16 changes: 0 additions & 16 deletions number_insight_v2/BUILD

This file was deleted.

5 changes: 0 additions & 5 deletions number_insight_v2/CHANGES.md

This file was deleted.

23 changes: 0 additions & 23 deletions number_insight_v2/README.md

This file was deleted.

29 changes: 0 additions & 29 deletions number_insight_v2/pyproject.toml

This file was deleted.

1 change: 0 additions & 1 deletion number_insight_v2/src/vonage_number_insight_v2/BUILD

This file was deleted.

7 changes: 0 additions & 7 deletions number_insight_v2/src/vonage_number_insight_v2/__init__.py

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion number_insight_v2/tests/BUILD

This file was deleted.

19 changes: 0 additions & 19 deletions number_insight_v2/tests/data/default.json

This file was deleted.

15 changes: 0 additions & 15 deletions number_insight_v2/tests/data/fraud_score.json

This file was deleted.

Loading

0 comments on commit ec6dbf7

Please sign in to comment.