Skip to content

Commit

Permalink
Merge pull request #315 from nautobot/pin-meraki
Browse files Browse the repository at this point in the history
Pin Meraki to max 1.45.0
  • Loading branch information
smk4664 authored Jun 14, 2024
2 parents 0d7bc3b + 15cdf56 commit f239265
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
1 change: 1 addition & 0 deletions changes/314.dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pin Meraki to 1.45.0 due to Meraki removing support for Python <3.10 in 1.46.0
1 change: 0 additions & 1 deletion development/docker-compose.mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ services:
db:
image: "mysql:8"
command:
- "--default-authentication-plugin=mysql_native_password"
- "--max_connections=1000"
env_file:
- "development.env"
Expand Down
15 changes: 13 additions & 2 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 @@ -54,7 +54,7 @@ ipaddr = { version = "^2.2.0", optional = true }
ipfabric = { version = "~6.0.9", optional = true }
ipfabric-diagrams = { version = "~6.0.2", optional = true }
isodate = { version = "^0.6.1", optional = true }
meraki = { version = "^1.7.2", optional = true }
meraki = { version = ">=1.7.2,<=1.45.0", optional = true }
nautobot = "^2.0.0"
nautobot-capacity-metrics = "^3.0.0"
netmiko = { version = "^4.0.0", optional = true }
Expand Down

0 comments on commit f239265

Please sign in to comment.